a2ps
[Top][All Lists]
Advanced

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

Code which breaks perl.ssh 2.11


From: earthur
Subject: Code which breaks perl.ssh 2.11
Date: Tue, 12 Nov 2002 15:46:37 +0000

Hi,

The following broke pretty printing using perl.ssh 2.11:

    if (exists($units{$parent})) {
        # parent directory is unit directory
        $unit      = $parent;
        $tmp       = $pwd;
        $tmp       =~ s/\/\w+$//;               # remove "/leaf" from pwd
        $base_dir  = $tmp;
    }
    else {

All highlighting ceased after the "# remove" comment...
I've since moved the comment to its own line before the regular
expression...

/Ed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]