> Hey all,
>
> how do you run/create a perl file? got some radius utils to look at and have
My suggestion is get the 'Camel Book' by O'Reilly - for specifics on Perl
scripting. I started reading it but currently my brain if 'full' and gave
it a rest - however -
To run a perl script assuming that perl is in /bin you can do
/bin/perl foo (foo being the script you want to run) or on the first line
of the script
#!/bin/perl
...script stuff
<eof>
then run it from the command line....
HTH
-bh
> entered them into a file call raquick.pl with VI (hehehe). I see an
> executable perl (i think as limited as i know..i just do unix to keep the
> old guys freindly) I obviously have alot to learn. I'm on unixware System V
> rel 4.2 Version 1 and have no idea what, where, or how perl even got on this
> machine, not included with any docs...<what a dummy>
>
> thanks,
> mike
>
>
>