Search Results

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: nanodano ; Forum: Perl and child forums
Forum: Perl Apr 5th, 2007
Replies: 3
Views: 2,639
Posted By nanodano
I found a solution to my own problem now. =P

This works:


#!/bin/perl
use Shell;
$command = echo("parameters", "go", "here");
print $command; #performs echo
Forum: Perl Apr 5th, 2007
Replies: 3
Views: 2,639
Posted By nanodano
Is it possible to have a perl script and a bash script in one file? Like:


#!/bin/perl
print "This is perl";
#exit perl

#!/bin/bash
echo "This is bash"
exit 0
Forum: Perl Apr 5th, 2007
Replies: 3
Views: 3,946
Posted By nanodano
I added an escape \ to $s1 like you did to $s2 and it worked great, thanks!
Forum: Perl Apr 4th, 2007
Replies: 3
Views: 3,946
Posted By nanodano
I have a very specific problem.

Does s/// work with strings that are contained in single quotes? I've been debugging and I'm trying to replace a string that contains a $ in it. If I use double...
Forum: Perl Feb 22nd, 2007
Replies: 1
Views: 7,381
Posted By nanodano
I am working with form processing and text manipulation, and I found two useful functions; tr/// and s/// They do pretty much the same thing, but I was wondering if anyone could explain to me what...
Forum: Perl Nov 19th, 2006
Replies: 8
Views: 3,094
Posted By nanodano
depends what operating system you have. on linux type

chmod +x myscript.pl

in windows...i dont think it differentiates files that are executable and text files except by the extension, which...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC