Help for this page

Select Code to Download


  1. or download this
    my ($addr,$state,$pc) = $line =~ /([^,]+),([^,]+),([^,]+)/;
    
  2. or download this
    open DATA , "<", "path-to-file";
    my @pcodes;
    ...
    
    close DATA;