in reply to Re: Overload abuse or is it just me?
in thread Overload abuse or is it just me?
Actually it's quite common to see Perl code written as shell scripts, unfortunately...#!/usr/bin/perl use Overload::Monster; # :-) `ls -al /some/path` | `grep blah` > my $var;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Overload abuse or is it just me?
by Fletch (Bishop) on Mar 17, 2006 at 19:45 UTC |