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

Re: [MacPerl] MacPerl bugs?



C.N.> The problem with this approach is it changes $/
TIMTAODEE.  This is what I do:

    my $separator = $/;
    undef $/;
    domylittlething;
    $/ = $separator;

-Hao

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