Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~12.3K People Reached
Favorite Tags
Member Avatar for mattyd

The game is as follows: You may change [I]up to two[/I] (2) letters in the given example by either: [LIST] [*]adding one\two letters [*]removing one\two letters [*]adding one letter, removing one letter[/LIST]Example: [LIST=1] [*]Ruin [*]Rain[/LIST]I will begin: [B]Flume[/B]

Member Avatar for Reverend Jim
0
10K
Member Avatar for pkraop

hi i want to write all the elements of an array to a file to generate a report i tried the following code. foreach(@main_time) { system([EMAIL=""]"echo \"@{$_}\[/EMAIL]" 1>> $file_name 2>&1"); } But the its not writing into the file. please suggest me how to do this

Member Avatar for KevinADC
0
2K
Member Avatar for pkraop

hi i am reading from a file and grep'ng for some values and writing those into another file I am using "|" as a seperator for the values smthing like this printf FILE " %d| %d |%d\n",$x,$y,$z; In file i am getting values like this 12|23|23 123|3|234 22333|223|3 but i …

Member Avatar for pkraop
0
104
Member Avatar for pkraop

hi i am creating a directory using perl's system command how can i test that it is created bofore proceeding..

Member Avatar for KevinADC
0
127
Member Avatar for sri2244

Hi, I created a script for sending mails, but I am not able to send attachments, can any one help me on that, I am posting that created script, print "content-type: text/html \n\n"; #The header print "Enter full path of the file to Send :"; $filename=<STDIN>; $myarl="$filename"; open(myarl) or die …

Member Avatar for KevinADC
0
101