Help for this page

Select Code to Download


  1. or download this
    syntax error at ./scriptfile line 55, near "if !~"
    
  2. or download this
    foreach $Line (<TESTFILE>) {
            next if ($Line =~ m/^#/);
    ...
            }
        }
        close(TESTFILE);