| Caelum | yeah, my irssi is giving me all these weird people in my irc channels! |
| dondelelcaro | Caelum: you should file a bug |
| theblue | Randal: You know, that explains a lot then. |
| Randal | heh I bet it does |
| theblue | A brief search on Amazon helps, too. |
| Randal | OK - I gotta go wrangle some Class::Prototyped classes, remotely through a two-hop ssh (crap!) |
| theblue | Ouch. |
| dondelelcaro | Randal: no forwarding so it's just a one hop? |
| Randal | me - ssh-over-ssh - blue - ssh - $client |
| theblue | ssh-over-ssh is secure to say the least. |
| Randal | the remote host is ACLed so that I have to come from blue |
| SUPERPOP | i know this is a perl channel, but by any chance i could get a help from someone please, someone could take 2 minutes to look the script on this page --> http://forums.devnetwork.net/viewtopic.php?p=120052 <-- from redmonkey post? that script works very well. but what if i'd like to make the new image at a smaller size? what would i need to modify to get that? |
| Jmax- | hire, learn, or email the author |
| dondelelcaro | wait, we're being asked to help write a php script? and here I thought we just got asked about regex questions in PHP |
| Jmax- | bahaha i didn't even load it |
| SUPERPOP | so stupid. if you cant help, dont be gross |
| Jmax- | gross? |
| jagerman | Hahahaha |
| RiXtEr | Hey guys, in windows I am trying to read the errorlevel of another program, which I can do from a batch file. How can I read it in perl? |
| jagerman | That was fun. |
| dondelelcaro | Jmax-: apparently we shouldn't come in large sizes. Jmax-: we should only net. |
| jagerman | Apparently SUPERPOP things regexes are gross. thinks* |
| Jmax- | teehee |
| RiXtEr | anyone? |
| Jmax- | errorlevel? no clue what that is search.cpan.org doesn't come up with anything? |
| jjore | Perhaps the $? variable. |
| Jmax- | perhaps indeed |
| action | RiXtEr needs to learn special vars better. |
| RiXtEr | needs to learn special vars better. jjore: would I use it like if($? == '1'){ print "Program Errored!" } Jmax-: are you a linux user? |