Re: How does this work?

2011-04-27 Thread Ishwor Gurung
p "octal representation in Perl" or something along those lines (maybe a perldoc page but I don't remember where it is). Cheers [...] -- Regards Ishwor Gurung Key id:0xa98db35e Key fingerprint:FBEF 0D69 6DE1 C72B A5A8  35FE 5A9B F3BB 4E5E 17B5 -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: help in scripting

2011-04-16 Thread Ishwor Gurung
'Python' ], '17' => [ 'but', 'i' ], '18' => [ 'do', 'Perl'

Re: Database table load utility

2010-11-07 Thread Ishwor Gurung
your code, you write one when processing, exit if it exists in other subsequent code. This way no code can gobble up each other's resources even though polling isn't the coolest thing on earth - it does the job. If you want to tackle it another way, check out dnotify/inotify sysca

Re: ORM for database

2010-10-30 Thread Ishwor Gurung
[...] >id = $id, # WHERE id = $id s/=/=>/ [...] -- Regards Ishwor Gurung Key id:0xa98db35e Key fingerprint:FBEF 0D69 6DE1 C72B A5A8 35FE 5A9B F3BB 4E5E 17B5 -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.or

Re: ORM for database

2010-10-30 Thread Ishwor Gurung
of class mappings using `dbicdump` and use the Schema as if it were your usual class. A simple example would be something along these lines: use Foo::Schema; $rs->search({ id = $id, # WHERE id = $id }); return $rs->next; [...] More @ http://search.cpan.org/dist/DBIx-Class/ Enjoy!

Re: Need Help regarding training centres in INDIA

2004-09-17 Thread Ishwor
U can grab one called "Learning Perl" by Schwartz & Phoenix (Oreilly). > > Thanks > Anish > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first

Re: time managing

2004-09-15 Thread Ishwor
cularly liked _Unix Power Tools_ when I was getting started, and I > still like the current version of it now. > > -- > Chris Devers > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn