Help for this page

Select Code to Download


  1. or download this
    webhome: 19% write.cgi
    Global symbol "name" requires explicit package name at write.cgi line 
    +10.
    Global symbol "name" requires explicit package name at write.cgi line 
    +11.
    No comma allowed after filehandle at write.cgi line 28.
    
  2. or download this
    #!/usr/bin/perl -T
         use strict;
    ...
             print a({ -href => "Data/$_" }, $_ ), br for @files;
             print end_html;
     exit;