Help for this page

Select Code to Download


  1. or download this
      # Problematic Upload Entry
       strong('Choose File to upload: '),
           filefield(-name=>'upload',-size=>60),br,
    
  2. or download this
        
        my $file = param('upload');
    ...
            $length += length($_);
        }
        print h2('File length'), $length;
    
  3. or download this
    Can't use an undefined value as a HASH reference at /home/ewijaya/publ
    +ic_html/MyTest/cgi-bin/price_debug.cgi line 55.
    
  4. or download this
    
    #!/usr/bin/perl -w
    ...
        print br;
    
    }