Re: file::fild with awk?

2010-08-08 Thread C.DeRykus
On Aug 8, 5:40 pm, student.northwest...@gmail.com (Jim Green) wrote: > Hi, > I used to use find, a for loop and awk to extract data from a list of > files returned by find. > > Now I want to use file::find  and perl to this. > >  use vars qw/*name *dir *prune/; >  *name   = *File::Find::name; >  *d

Re: file::fild with awk?

2010-08-08 Thread Chas. Owens
On Sun, Aug 8, 2010 at 20:40, Jim Green wrote: > Hi, > I used to use find, a for loop and awk to extract data from a list of > files returned by find. > > Now I want to use file::find  and perl to this. > >  use vars qw/*name *dir *prune/; >  *name   = *File::Find::name; >  *dir    = *File::Find::

file::fild with awk?

2010-08-08 Thread Jim Green
Hi, I used to use find, a for loop and awk to extract data from a list of files returned by find. Now I want to use file::find and perl to this. use vars qw/*name *dir *prune/; *name = *File::Find::name; *dir= *File::Find::dir; *prune = *File::Find::prune; my $directories_to_seac

Re: Need help with module

2010-08-08 Thread Chas. Owens
On Sun, Aug 8, 2010 at 15:44, Vimal wrote: > Hi Guys, > > I am trying to learn modules in Perl.. I was checking the documentation of > Net::Twitter::Role::OAuth which has text: > > > In a web application mode, you need to save the oauth_token and > oauth_token_secret somewhere when you re

Re: Need help with module

2010-08-08 Thread John W. Krahn
Vimal wrote: Hi Guys, Hello, I am trying to learn modules in Perl.. I was checking the documentation of Net::Twitter::Role::OAuth which has text: In a web application mode, you need to save the oauth_token and oauth_token_secret somewhere when you redirect the user to the OAuth auth

Need help with module

2010-08-08 Thread Vimal
Hi Guys, I am trying to learn modules in Perl.. I was checking the documentation of Net::Twitter::Role::OAuth which has text: In a web application mode, you need to save the oauth_token and oauth_token_secret somewhere when you redirect the user to the OAuth authorization UR

Re: File operations in perl

2010-08-08 Thread John W. Krahn
Chandan Kumar wrote: Hi all, Hello, I would like to know any available web links for learning file operations .which helps from basic and to little deeper. File operations are pretty simple, open the file, read and/or write to the file, and finally, close the file. Anything else are quir

Re: File operations in perl

2010-08-08 Thread Shlomi Fish
Hi Chandan, On Sunday 08 August 2010 15:35:56 Chandan Kumar wrote: > Hi all, > > I would like to know any available web links for learning file operations > .which helps from basic and to little deeper. > Seached in google ,but i didnt get required info. What kind of file operations? There ar

File operations in perl

2010-08-08 Thread Chandan Kumar
Hi all,   I would like to know any available web links  for learning file operations .which helps from basic and to little deeper.   Seached in google ,but i didnt get required info.         Regards, chandan.