in reply to calling perl subroutine from shell
In this particular case, it sounds like you want:perl -e 'use something; &aroutine(@ARGV); &blah(); $anythingyouwant="h +ere";' *.c
perl -e 'use a; &clear_scr()'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: calling perl subroutine from shell
by bollinis (Initiate) on Apr 04, 2012 at 08:34 UTC |