[Ilugc] Agenda?

  • From: suraj@xxxxxxxxxxxxxx (Suraj Kumar)
  • Date: Wed, 7 Aug 2002 18:07:50 +0530

hi all,

 Isn't it high time we decided the agenda for the upcoming meet? Its
 been _bad_ that we've been having a NULL agenda for the past
 two/three meets.

   -Suraj
-- 
+----------------------------------------------<suraj@xxxxxxxxxxxxxx>--+
| If aid comes in grace, without paining the seeker,                   |
| the beneficiarys joy is all that greater                             |
| (seeking alms - 2), Thirukkural                                      |
+--<http://www.symonds.net/~suraj/>------------------------------------+

From Udaya Kumar.R" <itsuday@xxxxxxxxxxxxxxxxx  Wed Aug  7 13:18:14 2002
From: Udaya Kumar.R" <itsuday@xxxxxxxxxxxxxxxxx (Udaya Kumar.R)
Date: Wed, 7 Aug 2002 18:48:14 +0530 (IST)
Subject: [Ilugc] Perl Help
In-Reply-To: <003c01c23d69$ca5629a0$0301a8c0@imar>
Message-ID: <Pine.LNX.4.44.0208071843320.830-100000@xxxxxxxxxxxxxxxx>

On Tue, 6 Aug 2002, Imthiaz Rafiq Wrote :

imthia :your script work well. But one more help
imthia :the savehim routine is not saving the file binary format.

What is the OS u use ? 
But anyway this should do !

Just change the SaveHim() as follows :

sub SaveHim($$)
{
   my ( $FileName , $Content )   =  @_;
   my $Handle ;

   $Handle  =  gensym();

   open $Handle , "> $FileName " or die "open failed -- $!\n";
   binmode $Handle , ':raw' ; # this is the only line added

   print $Handle $Content ;

   print "Done at :$FileName:\n" ;
   close $Handle ;
}


-- 
Reply To : 
perl -e 'print pack "H*","69747375646179406c696e7578667265656d61696c2e636f6d";'
                                       OR
                          to the above 'From' Address


From Ganesh  Kumar" <alganesh@xxxxxxxxxxxxxx  Wed Aug  7 14:35:08 2002
From: Ganesh  Kumar" <alganesh@xxxxxxxxxxxxxx (Ganesh  Kumar)
Date: 7 Aug 2002 14:35:08 -0000
Subject: [Ilugc] Agenda?
Message-ID: <20020807143508.13040.qmail@xxxxxxxxxxxxxxxxxxxxxxxx>

Suraj,
      Its always great time ,if we can discuss abt FreeBSD in our 
next meeting :)

Can someone find BSD people (from core team  maybe )to talk abt it 
?


I think Dr.Sriram is the right person,since he is using BSD for a 
loooong time :)

Dr.Sriram=>If you can spare some time,could you talk about the 
FreeBSD (or BSD as such) - its architecture,and how its different 
 from one more very popular free os :)


cheers
Ganesh Kumar


On Wed, 07 Aug 2002 Suraj Kumar wrote :

hi all,

 Isn't it high time we decided the agenda for the upcoming meet? 
Its
 been _bad_ that we've been having a NULL agenda for the past
 two/three meets.

   -Suraj
--
+----------------------------------------------<suraj@xxxxxxxxxxxxxx>--+
| If aid comes in grace, without paining the seeker,                   
|
| the beneficiarys joy is all that greater                             
|
| (seeking alms - 2), Thirukkural                                      
|
+--<http://www.symonds.net/~suraj/>------------------------------------+
_______________________________________________
To unsubscribe email Ilugc-request@xxxxxxxxxxxxxxxxxx with 
"unsubscribe"
in the subject or body of the message.
http://www.aero.iitm.ernet.in/mailman/listinfo/ilugc


Other related posts: