Help for this page

Select Code to Download


  1. or download this
    open CATEGORY, "categories.txt";  # ...or whatever...
    
    ...
    
      print OUTFILE "$reference,$LIST{$reference}";
    }
    
  2. or download this
      if ( $reference !~ /^\'\w+\d+\'$/ ) {
        # ...
      }