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
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::
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
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
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
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
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
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
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.