Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Search pattern not terminated at warnings.pm line 508.

by maat (Initiate)
on Jun 26, 2014 at 01:17 UTC ( [id://1091278]=note: print w/replies, xml ) Need Help??


in reply to Search pattern not terminated at warnings.pm line 508.

Great job guys!


Based on your comments I figured out that at the "exec" I was triggering the script using the default Perl installation on the system (/usr/bin/perl) instead of mine customized one and mixing up a Perl executable v5.8.4 and the Libraries of the v5.18.2. Changing the first line from:
#!/usr/bin/perl
To
#!/app/caapm/datapower/tools/localperl/bin/perl
All working now!
Thanks!!

Cheers,
Alexandre
  • Comment on Re: Search pattern not terminated at warnings.pm line 508.

Replies are listed 'Best First'.
Re^2: Search pattern not terminated at warnings.pm line 508.
by Anonymous Monk on Jun 26, 2014 at 01:23 UTC
    shebang is great, but perl is $^X :}

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1091278]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-26 08:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found