in reply to Can I do single-file, Object oriented perl?
scp foo.tar.gz user@host:/tmp ssh user@host "rm -rf /tmp/foo/" ssh user@host "tar cvfz /tmp/foo.tar.gz -C /tmp" ssh user@host "perl -I/tmp/foo/modules /tmp/foo/bar.pl"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can I do single-file, Object oriented perl?
by FatDog (Beadle) on Jul 05, 2005 at 19:38 UTC |