- or download this
if ('four' gt 'five'){
print "four is greater than five\n";
}
- or download this
#!/usr/bin/perl -w
use strict;
...
my $page = get('http://www.google.com');
# regex to extract certain text etc...
- or download this
#!/usr/bin/perl -w
use strict;
...
),
$q->end_html;
exit(0);
- or download this
#!/usr/bin/perl