| action | CPAN upload: Archive-Builder-1.10 by ADAMK |
| CPAN | upload: Archive-Builder-1.10 by ADAMK |
| action | CPAN upload: Catalyst-Plugin-CRUD-0.18 by BAYSIDE |
| CPAN | upload: Catalyst-Plugin-CRUD-0.18 by BAYSIDE |
| lespea | woot, my nick is Finally registered! |
| f00li5h | horray |
| lespea | stupid forgetting password :@ |
| NOTevil | GumbyBRAIN: stare deep into my eyes and tell me what you see. |
| GumbyBRAIN | Morning is already a prompt that does what you see. |
| f3ew | perlbot beginning perl |
| perlbot | http://www.perl.org/books/beginning-perl/ |
| f3ew | perlbot learning perl |
| perlbot | 1. "Learning Perl", the Llama Book - http://www.oreilly.com/catalog/learnperl4/ 2. Beginners' Portals - http://learn.perl.org/, http://perl-begin.berlios.de/ |
| spx2 | is there a way to backup IE bookmarks |
| Chris62vw | of course open each one, write down the address I use a pen because it can't be erased |
| f00li5h | sure there is, install firefox, it will ask if you want to import them |
| Chris62vw | hey, what a nice backup utility. who would have guessed |
| f00li5h | Chris62vw: ues a marker, write them on the wall then the people who rent the place after you will have some good tips |
| Chris62vw | hehe good point |
| f3ew | Dick Tracy style, shoot it into the wall |
| lespea | you just have to copy the Favorites folder located in %appdata% |
| zOrK | how can I print something and then delete it, If my print doesn't has an \n ? |
| fotofl0 | Zork: you want to unprint something? |
| zOrK | "yes" |
| Chris62vw | I've seen it done using \b and \r but I forgot how |
| mnmnmn | it depends on where you're printing to |
| Chris62vw | zOrK, try this one perl -we'$|=1; my $foo = "foo"; while () { print $foo++; sleep 1; print "\r"; sleep 1 }' zOrK, hey, try this one too. this is trial and error for me, so: perl -we'$|=1; my $foo = "foo"; while () { print $foo++; sleep 1; print "\b"; sleep 1 }' |
| stuuf | \r should do it |
| Chris62vw | \r seems to do the whole line and \b seems to do one character |
| stuuf | yeah |
| Chris62vw | you can even double up on the \b's, or as many as you want |
| rickest | \r doesn't erase does it? |
| ednorton | hey |
| zOrK | Chris62vw, thanks |
| stuuf | no, just move the cursor to the beginning of the line |
| Chris62vw | sorry, they don't erase. they just change the position of the cursor zOrK, anytime! |