[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Arguments on "command line"



> >At 6:12 PM 9/9/96, Francois-Regis wrote:
> >Hi folks,
> >
> >Is somebody know how I can give arguments on a "command line" UNIX like
> >with my Perl.
> >
> >FR

> You can't.  However, you can add switches on the first line, i.e.:
> 
> #!perl -d   #this would activate the perl debugger


But how to do it in the degugger mode ?

FR