RSS FEED
unlink <*.html>;
Get File Text in Array and String
open(FM,”main_sidebar.txt”); my @menu_txt=<FM>; close(FM); my $menu=join(”",@menu_txt);
Check if Line Number Equal To 1
if ($. == 1) { chomp; }
<p>nice information on Perl !</p> Please add more Perl snippets !
RSS feed for comments on this post · TrackBack URI
Perl Guru said,
September 10, 2007 @ 11:02 pm<p>nice information on Perl !</p> Please add more Perl snippets !