Ask a Question related to PERL Beginners, Design and Development.
-
Jeffery Malloch #1
Perl Executable
> Hi,
>
> When setting the perl executable in the code like this:
>
> #!/usr/bin/perl
>
> Is there a way of setting the path used to some variable and use it like
> this:
>
> #!$PERL
>
> or something along those lines?
>
> Thanks,
>
> JMJeffery Malloch Guest
-
iis 5.0 Seeing .cfm as an executable
I am trying to setup a developer Cold Fusion MX 6.1 server on a localhost Windows iis 5.0 server with an XP professional OS. After I install then... -
Executable perl program help!!
How can i generate such a file? -
Second Asking: Is there a way to drag-and-drop files on a perl executable created on a win32 machine?
I'm using perlapp from active state and want to be able to get a list of filenames when I drag-and-drop files onto executable. Thanks for any... -
Perl lib version (v5.6.0) doesn't match executable version (v5.8.0)
Hello. On a Linux PC, I'm trying to install libwww-perl, but I get this error message when 'make': ------------- Perl lib version (v5.6.0)... -
Q: 64 bit perl executable available for AIX 5.1?
Hi! "Gregory K. Deal" wrote: Have you tried the "file" command? On my machine running AIX 5.1, the output differs between 32- and 64-bit:... -
Tim Johnson #2
RE: Perl Executable
Why not just do it from your shell?
'path/to/perl scriptname' works quite nicely, so why not just make an
alias for the path to perl?
-----Original Message-----
From: Jeffery Malloch [mailto:jmall@lsil.com]
Sent: Tuesday, February 10, 2004 11:08 AM
To: 'beginners@perl.org'
Subject: Perl Executable
> #!/usr/bin/perl
>
> Is there a way of setting the path used to some variable and use it
> like
> this:
>
> #!$PERLTim Johnson Guest



Reply With Quote

