RE: regenerating AS perl html docs

2005-10-07 Thread Rahul Chauhan
You would be able to regenerate the html/css tree by writing a small script (below) --- use ActivePerl::DocTools; ActivePerl::DocTools::WriteTOC(); for more info, check the modules under ActivePerl::DocTools. cheers, Rahul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

RE: Globbing

2005-04-12 Thread Rahul Chauhan
05 2:43 PM To: perl-win32-users Subject: Re: Globbing Rahul Chauhan wrote: > andrew, > this should work. > > #glob.pl > my @Files = glob "*.c"; > print @Files; > Thanks for the various replies. I have now got a further problem. I am having trouble globbing f

RE: Globbing

2005-04-11 Thread Rahul Chauhan
andrew, this should work. #glob.pl my @Files = glob "*.c"; print @Files; the idea is that you need to scheme it using the glob function. cheers, -Original Message- From: andrew Black [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 3:02 PM To: perl-win32-users Subject: Globbing

RE: Win32 Blowfish

2005-02-01 Thread Rahul Chauhan
Title: Win32 Blowfish the best place to source the code would be from the author of the alogrithim bruce schneier ' home page. take your pick @ http://www.schneier.com/blowfish-download.html   you would need to tweak it a little to get the binary.   -Original Message-From: Jones, Mar

OLE with Word

2003-09-08 Thread Rahul Chauhan
pplication');$Word-> {'Visible'} = 1;$Word-> {DisplayAlerts} = 0;my $File = $Word-> Documents->Open('C:\Documents and Settings\BANRC\Desktop\PERL.doc'); # error ridden code to rad TableOfContents, help needed here Sample code would surely help.   RAHUL   Rahul Chauhan an individual are not necessarily those of UbiNetics  

Outlook : name resolve conflict <>

2003-07-16 Thread Rahul Chauhan
ble to create mail item: $!" if !defined $Item;      $Item->{'To'} = "";  $Item->{'BCC'} = $To;  $Item->{'CC'} = $Cc; $Item->{'Subject'} = $Subject; $Item->{'Body'} = $Body;    #Send Mail$Item->Se

Outlook : name resolve conflict <>

2003-07-16 Thread Rahul Chauhan
;} = "";  $Item->{'BCC'} = $To;  $Item->{'CC'} = $Cc; $Item->{'Subject'} = $Subject; $Item->{'Body'} = $Body;    #Send Mail$Item->Send();    # If Error$Error = Win32::OLE->LastError(); print STDERR "Win32::OLE error: $Error" if $Error;   Workarounds will also help.   Thanks   ~RAHUL Rahul Chauhan UbiNetics India an individual are not necessarily those of UbiNetics