Hi all:
i have this file:
this is the title
special chars in spanish:
áéíóú
if i save this file using UTF-8 and i get it using embperl 2 i see this:
special chars in spanish: áéÃóÃ
if i save the file using ISO-8859-1 everything works fine(but what happen
with thecharset?).
if i change an
Just wanted to share this technique and see how others achieve the same
thing. Anyone else doing something similar or have a better trick?
Here's some code that creates a nice, compact table definition around a
set of tuples returned from a database (in this case gnucash).
[- $oldmaxcol = $maxc
At 10:05 PM +1000 9/10/03, Angus Lees wrote:
[$sub$]'s don't have useful return values. you have to do something
like:
[-
my $output;
Execute({inputfile => 'modules.epl', sub => 'hello',
output => \$output});
die $output;
-]
The way I simulate return values in subs is to stuff a value