Re: pass vars to sub via TK/Button

2003-12-15 Thread Laurent_Coudeur
not to sure what your problem is so Here is How I get the variables back sub test{ my $type=$_[0]; #$rb_val my $number=$_[2]; #$bonobo my $path1=$_[1];#$oracleid (these are string but I use the same process) Laurent coudeur Oliver Schaedlic

Re: pass vars to sub via TK/Button

2003-12-15 Thread Laurent_Coudeur
Here is how I do it $mw->Button (-text=>"run", -command=> sub {test($rb_val,$bonobo,$oracleid)})->place(-x=>320, -y=>250 ,-width=>75); Laurent coudeur Oliver Schaedlich <[EMAIL PROTECTED]> 15/12/2003 11:27 Please respond to Oliver Schaedlich To: [EMAIL PROTECTED]

RE: Executable perl program help!!

2003-08-20 Thread Laurent_Coudeur
Also try http://www.indigostar.com/ Laurent coudeur Bob Showalter <[EMAIL PROTECTED]> 20/08/2003 16:20 To: "'Rich Parker'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] cc: Subject:RE: Executable perl program help!! Rich Parker wrote: > I was at Active Sta

writing in UTF8

2003-03-28 Thread Laurent_Coudeur
Hi all, I have to print a report in UTF8 Is there any options to format the file to UTF8 while creationg it then print into it safely? like open (XLIFF,">$path1\\$_"); print XLIFF "$header$header2$filename "; is there a module to do this or am i lost in limbo and missed the doc? Laurent coud