Help for this page

Select Code to Download


  1. or download this
    "my" variable $folderPath masks earlier declaration in same scope at C
    +:\gash.pl
    line 17.
    ...
    syntax error at C:\gash.pl line 14, near "<TList.Item>]"
    syntax error at C:\gash.pl line 68, near "print"
    Execution of C:\gash.pl aborted due to compilation errors.
    
  2. or download this
    my %findReplaceH = (
        q[<TList.Bullet>\\s*] =>q[<ul>],
    ...
                            s/$pattern/$findReplaceH{$key1}/g);
    };
    print "$wholeFileString\n";
    
  3. or download this
    <ul><li>sometext</li></ul>