Help for this page

Select Code to Download


  1. or download this
    while (<FILE>) {
      s/^/[$.]/;
      $file .= $_;
    }
    
  2. or download this
    if(/(^\[(\d+)\](\S+)\s+(\d+)/m) {
      $mylist{$2} = $3;
      $linenumber = $1;
    }