Skip to content

Instantly share code, notes, and snippets.

#Created by tryperl.com
use strict;
use warnings;
print "Go Ahead and edit me!";
print "Once you are done editing, click SAVE to save changes :D";
# print <>; #you can use the STDIN to put data into your program
#Created by tryperl.com
use strict;
use warnings;
print "Go Ahead and edit me!";
print "Once you are done editing, click SAVE to save changes :D";
# print <>; #you can use the STDIN to put data into your program
#Created by tryperl.com
use strict;
use warnings;
print "Go Ahead and edit me!";
print "Once you are done editing, click SAVE to save changes :D";
# print <>; #you can use the STDIN to put data into your program
@tryperl
tryperl / ff.pl
Created February 18, 2014 11:09
Created by www.tryperl.com.
#Created by tryperl.com
use strict;
use warnings;
print "Go Ahead and edit me!";
print "Once you are done editing, click SAVE to save changes :D\n";
print "Hello World!\n";
@tryperl
tryperl / aa.pl
Created February 18, 2014 11:08
Created by www.tryperl.com.
#Created by tryperl.com
use strict;
use warnings;
use URI;
use Web::Scraper;
print "Hello World!\n";
my $uri = "http://price.pcauto.com.cn/26037/news0.html";
my $scraper = scraper {
@tryperl
tryperl / a.pl.pl
Created February 17, 2014 15:59
Created by www.tryperl.com
#Created by tryperl.com
use strict;
use warnings;
print "Go Ahead and edit me!";
print "Once you are done editing, click SAVE to save changes :D";
# print <>; #you can use the STDIN to put data into your program
#Created by tryperl.com
use strict;
use warnings;
print "Go Ahead and edit me!";
print "Once you are done editing, click SAVE to save changes :D";
# print <>; #you can use the STDIN to put data into your program
@tryperl
tryperl / test.pl
Created February 15, 2014 14:36
Created by www.tryperl.com.
#Created by tryperl.com
use strict;
use warnings;
print "Go :D";
#Created by tryperl.com
no strict;
no warnings;
my $x = 3
if (my $x = 3;)
print "True"
}
else {
#Created by tryperl.com
use strict;
use warnings;
print "Go Ahead and edit me!";
print "Once you are done editing, click SAVE to save changes :D";
# print <>; #you can use the STDIN to put data into your program