[Chicago-talk] string operator question.

Richard Reina richard at rushlogistics.com
Sat Sep 12 07:05:33 PDT 2009


Thank you very much Andy.  Problem solved.
---- Chicago.pm chatter <chicago-talk at pm.org> wrote:
>
> 
> On Sep 12, 2009, at 8:52 AM, Richard Reina wrote:
> 
> >    require "/usr/src/laundpad/ORD_processor.pl";
> >    my $result = process($number);
> >
> >
> > snip
> >
> > #!/usr/bin/perl -w
> > # ORD_processor.pl
> >
> > sub process {
> >
> > print "I will attempt to process " .  $number . "\n";
> > chomp (my $XX = <STDIN>);
> >
> > }
> 
> You're not taking number as the arg to process().  You need
> 
>    my $number = shift;
> 
> xoxo,
> Andy
> 
> --
> Andy Lester => andy at petdance.com => www.theworkinggeek.com => AIM:petdance
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Chicago-talk mailing list
> Chicago-talk at pm.org
> http://mail.pm.org/mailman/listinfo/chicago-talk
> 


More information about the Chicago-talk mailing list