Perl
Perl is a dynamic programming language created by Larry Wall and first released in 1987.
Application
Computer Science
Remove
Platform
Any
License
Any
/dev/null |");
I know I need to some how be able to step through it kind of like the perl interpretor does when we 'use warnings' I guess..?
Could this be done from within the same script?...
: : I have a couple general questions concerning the POE module from
: : CPAN.
: I went to a talk on that once and it looked really powerful.
:
: : Does anyone know of any security issues with...
print("just finished calling external program $name.\n");
# Then from here, I read the log file parse out the error records
# and insert them into the database through another module....
: : which is more efficent performance wise?, and for
: : what reasons would you use one over the other?
: : when it comes to using file handle methods such as:
: : : : a.)
: : my $fh;
: :...
: which is more efficent performance wise?, and for
: what reasons would you use one over the other?
: when it comes to using file handle methods such as:
: : a.)
: my $fh;
: open $fh,...
: Hi,
:
: Two answers.
:
: 1) With "use strict;" in force, you cannot do this. But you can,
: within a given block, disable certain features of strict. So if you
: did:
:
: : sub...
: Yes, but would you need an array of arrays to
: capture multiple lines?
Note that in Perl, a string is not considered an array of characters. It's just...well...a string. :-) So it's just an...
$hex_file";
: : : : print $fh $output;
: : : : close $fh;: : : :
: : :
: : : Jonathan, what happens if there output returns more
: : : than one line and each line is segmented? for example...
: : What's the best way to get results from a system command using perl
: : to access any unix/linux shell?
: :
: : Examples:
: : a.) system(qq{$command $args | $output_file});
: :...
$hex_file";
: : : print $fh $output;
: : : close $fh;: : :
: :
: : Jonathan, what happens if there output returns more
: : than one line and each line is segmented? for example say the lines...
$hex_file";
: : print $fh $output;
: : close $fh;: :
:
: Jonathan, what happens if there output returns more
: than one line and each line is segmented? for example say the lines
: are in...
: What's the best way to get results from a system command using perl
: to access any unix/linux shell?
:
: Examples:
: a.) system(qq{$command $args | $output_file});
:...
$hex_file";
: print $fh $output;
: close $fh;:
Jonathan, what happens if there output returns more than one line and each line is segmented? for example say the lines are in the following...
What's the best way to get results from a system command using perl to access any unix/linux shell?
Examples:
a.) system(qq{$command $args | $output_file});
Then read...
Hi All,
I'm trying to send param values recieved in a cgi page to a perl
module to process and I can't figure out what's going wrong. :-(
Any help would be greatly appreciated...
Here's...
: I'd love to use netcat on the Win32 server, but I can't figure out
: how to re-write the first part of the command I was using "echo
: "" |" so it works on Win32. :-(
The pipe syntax and echo...
$hex_file";
print $fh $output;
close $fh;
Hope this helps,
Jonathan
###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p...
prog1.hex
-r and -n are its options and prog1.bin is the input file. Its output is captured in file prog1.hex.
I want to execute the same command from Perl script and capture its output in a...
Hi everyone,
I am willing to learn perl but I begin from scratch.Could anyone give me example if I want to start with Perl?I would prefer if someone can provide me the script for my first lesson:...
Hi. guys.
I do little programming in x86-asm, and i've made a server program in Fasm32...
which just when opened in one computer, can transfer data to other computer in a network.
but i am...