Help for this page

Select Code to Download


  1. or download this
    opendir(DIR,$str);
    
  2. or download this
    for my $key (keys %hash){
      my $outputfile = "output_$key";
    ...
      print OUT $hash{$key};
      close OUT;
    }
    
  3. or download this
    use File::Spec;
    ...
    ...
      $outputfile = File::Spec->catfile($str,$outputfile);
      ...
    }
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
                    :344: // comment
    test/wrong/case3:123: //comment