[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Introduction - use of modules: "ParseHTML.pm" - acorrection




Sorry, here's a correction to the test script...

The lines:

        mkdir "$SourceFile.heads", 2
            or die "$Script can't create $OutDir- $!\n" ;

should be replaced by:

        mkdir "$SourceFile.heads", 2
            or die "$Script can't create $SourceFile.heads- $!\n" ;

rkm

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org