Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Platform
Any
License
Any
Hi All,
I've written a small perl module to send a local netcat command
message to a port listener and it works fine as long as I hard code
the port number. But It would make my life so much...
: : 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...
: So Windows will ignore the bash code and only execute the perl code
: just like on linux/unix systems when I use the "-x" arg when I run
: it?
Yup.
: I actually consider windows the dark...
Well thanks guys. By the way his post gave me enought clue to solve the problem :)
but frankly i love the way c is organized. And i love it more after my first course in perl. Now perl can be...
: I've to parse a text file in perl, can anyone help me how do i do it in perl.
:
What is the format of the data in the text file? The answer greatly depends on this. Though to read a file line by...
: This message was edited by teodozjam at 2005-1-14 4:19:21
:
: : I was talking about simple things like nl2br and file_get_contents, which really aren't needed, even f they have been slightly...
This message was edited by teodozjam at 2005-1-14 4:19:21
: I was talking about simple things like nl2br and file_get_contents, which really aren't needed, even f they have been slightly...
Hi,
: I tried using system() to run an MS-DOS-based program from within Perl. But this program aborts--apparently because it doesn't have enough memory available to it.
:
: Typing MEM at the...
Hi Jonathan,
I tried using system() to run an MS-DOS-based program from within Perl. But this program aborts--apparently because it doesn't have enough memory available to it.
Typing MEM at the...
: I'd guess that to emulate awk you'd just take the line, split it on whitespace...
:
: @bits = split(/\s+/, $line);
:
: Then just access the array element...
:
: print "$bits $bits\n";...
No, I didn't avoid this thread on purpose... :-)
: Does system("clear") really clears user's input from being
: prcessed?! I thought it'd just clear the screen!
:
It's possible (and my best...
Hi!
I am new to perl as well as unix. Please tell me how to apprach this problem.
Cheers!
Sid
: I would like to write a script which can tak data from a wml file and use thaat for sending data to the parallel por...also get data back from the parallel port and post it on wml..
: any ideas?...
: : Ahhhh.. its not that line, but the line that reads in into the
: : array!
: : (@location) = ;
: : Any ideas why an array would be having problems with that size of
: : information?
: :
:...
: I was just wondering if I should learn Perl or C first? I have a
: tiny bit of previous Programming experience(HTML,XHTML,CSS, QBasic,
: and a tiny bit of Realbasic) and would like to expand on...
http://mark.space.servehttp.com
{$_}\n" for (sort keys %$args);
: That is what I was looking for!
Great. I figured at least one of them would do what you were after! :-)
: : Hehe...well, direct memory access in Perl wuoldn't...
{$_}\n" for (sort keys %$args);
That is what I was looking for!
:
: : I'm thinking i'm going to have to go back in the code and print
: : things out there. Would be easier if I was "able to...
{$_}\n" for (sort keys %$args);
: I'm thinking i'm going to have to go back in the code and print
: things out there. Would be easier if I was "able to do direct memory
: access in Perl!!!"...