Perl
Perl is a dynamic programming language created by Larry Wall and first released in 1987.
Forum Post

Re: Running Simple Perl Script

thank you very much. That works great!
Forum Post

Re: Running Simple Perl Script

change #!/usr/bin/perlprint "Hello World!n"; to #!/usr/bin/perl print "Hello World!n"; then run it as follows ./helloworld.pl or try running it as follows perl ./helloworld.pl
Forum Post

Perl script to post XML to WSDL

I need a perl script to post XML to a web service (WSDL). Would appreciate it if I can get a sample script. /Thanks
Forum Post

Running Simple Perl Script

Hi all, I am a rookie to the Perl World. I am running sun OS 5.8, and I (created) or vi a file named helloworld.pl under my home folder and gave it proper permission with the command chmod a+rx...
Forum Post

Running Simple Perl Script

Hi all, I am a rookie to the Perl World. I am running sun OS 5.8, and I (created) or vi a file named helloworld.pl under my home folder and gave it proper permission with the command chmod a+rx...
Forum Post

Perl Script Help - Caraige return elimination

I have a file like below BUFFALO||14-SEP-09 BUFFALO||20-O CT-09 BUFFALO||31-JUL-09 Line #1 and Line # 5 are correct. Line # 4 has jsut a carraige return and that needs to be removed....
Forum Post

Perl Script Help - Caraige return elimination

I have a file like below BUFFALO||14-SEP-09 BUFFALO||20-O CT-09 BUFFALO||31-JUL-09 Line #1 and Line # 5 are correct. Line # 4 has jsut a carraige return and that needs to be removed....
Forum Post

Regexp with replace

I'm trying to do a regexp with a replace. I have the following regexp: ^(?s)(?:.*)(?:Resistance Z/F A-Pair TG\s*)(\w+)(?:.*) On the following source examples. Resistance Z/F A-Pair TG...
Forum Post

Error on perl script

When creating a new object using an array for entity it fails. my $entity = new MIME::Entity(\@message); It gives following error while running the script. "you cannot use body() to set...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.