Help for this page

Select Code to Download


  1. or download this
    system ("/var/www/perl/cgi_classification.pl", $outfile, $input_sequen
    +ce, $name);
    
  2. or download this
    open OUTFILE, ">/var/www/data/$ARGV[0]" or die "cannot....";
    
  3. or download this
    my $filename = $ARGV[0];
    # Use whatever regex suits your needs. this is just an example.
    ...
      } else {
      # handle the error here
    }