Help for this page

Select Code to Download


  1. or download this
       #!/usr/bin/perl
    
    ...
       print p('Acesta este continutul fisierului'), br();
    
       print $cgi->end_html();
    
  2. or download this
       #!/usr/bin/perl
    
    ...
             p('Acesta este continutul fisierului'), br().
    
             $cgi->end_html();