axelrose has asked for the wisdom of the Perl Monks concerning the following question:
This results in error messages#!/usr/bin/perl -w use strict; use Shell qw( ls touch ); my $sh = Shell->new; $sh->touch( "dummy" ); $sh->ls( "dummy" ); $sh->ls( "dummy" );
sh: -c: line 1: syntax error near unexpected token `Shell=SCALAR(0' sh: -c: line 1: `ls Shell=SCALAR(0x8109c4c) dummy'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Shell usable?
by broquaint (Abbot) on Jul 02, 2002 at 15:46 UTC | |
Re: Shell usable?
by amphiplex (Monk) on Jul 02, 2002 at 15:38 UTC | |
by axelrose (Scribe) on Jul 02, 2002 at 15:57 UTC | |
by axelrose (Scribe) on Jul 02, 2002 at 15:42 UTC |