Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
orsystem("perl mycode.pl -email 'test_string' -type $sometype -unit $so +me_unit");
But while debugging for mycode.pl I can't see the value for under EMAIL option, while I can see the value for TYPE and UNIT option.my $receipt_email = 'myemail@gmail.com" system("perl mycode.pl -email $receipt_email -type $sometype -unit $s +ome_unit");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem passing a string in system function
by blazar (Canon) on May 19, 2006 at 10:36 UTC | |
by Anonymous Monk on May 19, 2006 at 14:22 UTC | |
by HuckinFappy (Pilgrim) on May 19, 2006 at 15:19 UTC | |
by DaWolf (Curate) on May 20, 2006 at 08:44 UTC | |
|
Re: Problem passing a string in system function
by davorg (Chancellor) on May 19, 2006 at 10:30 UTC | |
by Anonymous Monk on May 19, 2006 at 10:40 UTC | |
by blazar (Canon) on May 19, 2006 at 10:57 UTC | |
|
Re: Problem passing a string in system function
by halley (Prior) on May 19, 2006 at 19:28 UTC |