Hi Edward,
>__BEGIN__
> use Acme::Spork;
> my $req_id = spork( sub { system("perl compute_price.pl -eml \"$uemail\"
> -type $ct -unit $nu"); } )
>or die qq {Could not fork for spork: $!};
>
>__END__
>Any idea?
What's this Acme::Spork package about(i have no idea) and it is not installed
on m
Hi Nanda,
Thanks for your reply.
>
> system("perl mycode.pl -email \"$receipt_email\" -type $sometype -unit
> $some_unit");
>
>
But it still cannot work.
What I have in mycode.pl looks like this:
__BEGIN__
use strict;
use Data::Dumper;
use Getopt::Long;
print Dumper [EMAIL PR