Here is some text
a1 | b2 | c3 |
Transfer some vars Some Var !
Transfer some vars Do it again !
Use method -> param to transfer some data (1 2 3 4) !
Use @param to transfer some data (1 2 3 4) !
Got data in @param (vara varb) !
Change data in @param to (newA newB) !
fdat | text |
test | value |
fdat1 | text1 |
test1 | value1 |
(fdat2<\/td> | text2<\/td><\/tr> | ||||||||||||||||||
test2<\/td> | value2|test2<\/td> | value2<\/td><\/tr> | |||||||||||||||||
fdat2<\/td> | text2)<\/td><\/tr><\/table><\/P>
7c.) Presetup \@ffld8a.) Include a fileHere it starts with some HTML TextAll values should be undefined at the first include and apear at the second include:
$a =
Here we have some HTML tags within the perl code, Embperl will delete them! Ok.
8b.) Include again the same fileHere it starts with some HTML TextAll values should be undefined at the first include and apear at the second include:
$a = (this is the value in $a)
Here we have some HTML tags within the perl code, Embperl will delete them! Ok.
9.) Include a file and return output in a scalarHere it starts with some HTML Text<P> All values should be undefined at the first include and apear at the second include: <P> $a = (this is the value in $a) <BR> $b = (this is the value in $a) äöü <BR> $c = 57 <BR> $d = 1 <BR> $e = 2 <BR> First of all assign a value: <BR> Now we have some 'Umlaute': Now lets look what we are getting from this:<BR> (this is the value in $a) (this is the value in $a) äöü<BR> And now a and b together: (this is the value in $a)(this is the value in $a) äöü<P> Here we have some HTML tags within the perl code, Embperl will delete them!<BR> 57 SELECT * FROM a ORDER BY b USING <; Hi There> Here we have something which looks like a HTML tag, but does not start with<br> a character, Embperl does not change them!<BR> SELECT * FROM a ORDER BY b USING <; Hi There> Embperl will also translate HMTL escapes to the right characters i.e. $a &lt; 6 will get the perl expression $a < 6: <BR> 1 Now they should have a value $a = (this is the value in $a) <BR> $b = (this is the value in $a) äöü <BR> $c = 57 <BR> $d = 1 <BR> $e = 2 <BR> <P>Ok.<P>10.) Include inside a table
11.) Include a file with parametersHere is param[0] -> 0Here is param[1] -> B Here is param[2] -> three Here is param[3] -> dddd Here is param[4] -> 555 12.) Include a file and write outputfile12.) Done :-)Embperl (c) 1997-2005 G.Richter |