Ask a Question related to PERL Beginners, Design and Development.
-
KRF #1
Passing parameters to a script
Pardon the probably simple question, but in trying to find the answer in
my books, I have found far more about the subject than I can understand.
How to pass a parameter (value? variable?) to a Perl script when you call
it? I have managed to call a script from Kylix3 (once I downloaded a
zillion bytes of patches and finally got them installed) and the calls
work and return fine, but I don't know how to make the script accept a
passed parameter.
Or as another possibly simpler question, how to start a Perl script from
the command line and give it a parameter(s)? Lots of info in my books
about passing to and from subs, but so far nothing about how to pass to
the main script itself. Or, more probably, I haven't recognised the way
to do it yet.
Thanks
KRF
KRF Guest
-
Passing Parameters To CFC
I am testing how to return data from a CFC within Flash Forms. I have a simple <cfselect> tag that will hold data returned from a CFC. This CFC... -
Passing Parameters into NEW()
Is there any way that the NEW() of a web service can accept parameters ? I would like to pass a boolean to indicate to the webservice that I am in... -
passing parameters to a script doesn't work
Hi, I'm trying to pass parameters to a PHP script and it's not working. Whilst this is the first time I've tried to use this, I'm basically... -
Help Passing Parameters
Before going to the third script I'd suggest storing the variables in session variables. Here's how I generally do login scripts. Perhaps have... -
Passing parameters to a Perl Script from Command Line (Linux)
Hi, I'm fairly new to both programming in shell script (linux) and in programming in perl. I need to pass a parameter to the perl script from... -
KRF #2
Re: Passing parameters to a script
On Thu, 25 Sep 2003 18:38:57 -0500, KRF wrote:
Never mind. Enough whacking away on the examples finally got it. Don't> Pardon the probably simple question, but in trying to find the answer in
> my books, I have found far more about the subject than I can understand.
>
understand it but it works.
KRF
KRF Guest



Reply With Quote

