Remove Control ^M from files
tpatil created the topic: Remove Control ^M from files Single file method perl -pi -e “s/\r//” filename.txt Multiple File Method […]
Rent Bikes & Cars Directly from Owners
Motoshare connects vehicle owners with people who need bikes and cars on rent. Owners earn from idle vehicles, and renters get flexible ride options.
Visit Motosharetpatil created the topic: Remove Control ^M from files Single file method perl -pi -e “s/\r//” filename.txt Multiple File Method […]
rajeshkumar created the topic: i need to a perl script Hi , There is a file called test.txt what are […]
rajeshkumar created the topic: The difference between my and local There is a subtle difference. In the example below, $::a […]
scmuser created the topic: What is the meaning of rigging? Hi, Could you please tell me meaning of rigging in […]
scmuser created the topic: parenthesis after module name and without parenths What is the difference between having a parenthesis after […]
scmuser created the topic: question regarding to eval function I have one question regarding to eval function. I know eval […]
scmuser created the topic: Find a particular word in a paragraph Write a Perl script to find a particular word […]
scmuser created the topic: Create a flat file database using perl How to create a flat file database as shown […]
scmuser created the topic: Find whether a given line of text is starting and Write a perl script to find […]
scmuser created the topic: use Vs require in perl Hi, Whats difference between “use” and “require” in perl? rajeshkumar replied […]