how can i just send the variables over without printing it?? for instance, i just send those variables for the other program to use on the server side. just alittle confused
dear all, how do i send an array of items, for example a file or some variables, using perl?? i found the following sample code online, but it only send a message over
thanks alot
===================================
#!/usr/bin/perl -w
use IO::Socket;
my $sock = new IO::Socket::INET (...
Brian i need help again, i tried your way alone and several other ways, it all worked out, but after i put it in my program, it kept telling me "could not extract info", anyway, below is my program.
the program first extract the file into paragraphs, and then it split the paragraph into lines...
hey, guys, i am alittle confused about regular expression, will somebody please help me?? thanks a million! if i have the following sentence, how would i extract each part out??
**.**.**.** -> ***.**.**.*** ICMP TTL:127 TOS:0x0 ID:24623
the pattern and variables should be like this:
Variable1...
thanks, rharsh
for instance, here's my dataset, if i want to seperate these two paragraph, how would i do it?
actually, my current goal is to sort the data, for instance, the first line is the "alert name", then "classification" then "priortity"... etc...
okok, here's what i did, but it only prints out the first line of the document, i also tried "\n\n", it does the same thing, this one little problem is killing me. thanks for everyone's help
==================================================
$file = 'test';
open FILE, $file;
$file1=<FILE>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.