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
~447 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Member #126942

s/^.+?>\s*//; I think this is what you are expecting .... even you can use the non-greedy match explained by manimutu for string preceding to '>'

Member Avatar for Amps
-1
76
Member Avatar for Amps

Hi How do we install the CPAN packages, like CGI-XMLForm-0.10 in the linux system. I basically have idea of ppm through which we install in windows system ... but no idea about linux ... hw do we do it in linux. if we have to use the tar file which …

Member Avatar for Amps
0
241
Member Avatar for Amps

Hi If i add the try block it says syntex error at initlialization of for loop . Non -working code ... #!/usr/bin/perl -w use strict; try { print " 11111111111 "; } catch { print " 2222222222 "; } for (my $i = 0 ; $i < 5; $i++) { …

Member Avatar for Amps
0
130

The End.