Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~538 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for Anthony Cameron

I wonder Why would you want to use [code] $takeIn=<>; chomp $takeIn; @d=$takeIn [/code] instead of: [code] @d=<>; chomp @d; [/code]

Member Avatar for Anthony Cameron
-1
229
Member Avatar for koduruabhinav

Instead of having multiple lines with print MAIL to write the mail body, save the mail body to a variable and call that variable at sendmail pipe. print MAIL "Subject: $sub\n\n"; print MAIL "$mailbody\n"; It doesn't make a good read when you say you want to use printf, but don't …

Member Avatar for koduruabhinav
0
165
Member Avatar for crazy_perl

replace (\d+\.\d+\.\d+\.\d+)? with (?:\$[\d.]+|(?:\d+\.){3}\d+)? and that should work for you!

Member Avatar for sysadm1n
0
91
Member Avatar for sysadm1n

Dear fellow members, I'm developing a Perl program that can be used on Linux hosts to perform certain tasks. Planning to release a premimum version of the program that will be run on servers with public IP address for a low price. How can I setup a license system incorporated …

0
53

The End.