1. perl self generating program - Perl
2. Perl - Read and Write Multi-Language text (Scandanavian,German)
Deal all, INFO> uname -a => Linux perlsrv 2.4.27 #1 Tue Sep 23 15:34:56 CEST 2008 i686 GNU/Linux INFO> perl -v => This is perl, v5.8.4 built for i386-linux-thread- multi I am seeking advice on how to generate multi-language output in Perl. The task here is to generate a single page of HTML, PDF and plain text files with each run of the Perl script. Each of the above has to be in the language chosen by the user in a web-interface. The possible choices are : Danish, Finnish , Swedish Based on the language, I would like to read text from a file containing language specific characters (like AE and umlaut ) and generate PDF,HTML and plain text output. My questions are: - How do I know if my OS supports printing of these languages - How I can type in text in a editor like vi with Finnish/Danish/Swed characters - How do I enable Perl to understand that a file contains language specific characters. - And finally what should I do to ensure that the output produced by Perl : PDF, HTML and plain text files dont mess up the special characters Any advice on this is much appreciated. I know I can do the file read/ write operations and output generation parts with Perl with some effort but the language part seems quite a challenge. I am in a situation where I do not know where to start.
3. Error in Perl Inline::C program running
5. Perl and other programming language
6. Easier web programming language: PERL or PHP?
Hi all!
I would to study a web programming language to create a script that, given
the following
input page (input.htm) where the user select the weight and volume of a
package to be shipped, returns the prices of various couriers ("yellow",
"blue" and "black").
Is Perl my best choice? or PHP? ASP is much more complicated?
~~~ input page input.htm:
<form method="GET" action="output.php" name="input">
SELECT THE VOLUME OF YOUR PACKAGE:
<input type="radio" name="volume" value="1"> from 0 to 1 m3
<input type="radio" name="volume" value="2"> from 1 to 2 m3
<input type="radio" name="volume" value="3"> from 2 to 3 m3
<br>SELECT THE WEIGHT OF YOUR PACKAGE:
<input type="radio" name="weight" value="100"> from 0 to 100 Kg
<input type="radio" name="weight" value="200"> from 100 to 200 Kg
<input type="radio" name="weight" value="300"> from 200 to 300 Kg
</form>
~~~ istructions to be integrated in the "output.php" script:
Courier "yellow" - for volume 1, 2 and 3:
if weight=100 then rate=600
if weight=200 then rate=900
if weight=300 then rate=1200
Courier "blue" - for volume 1 and 2:
if weight=100 then rate=400
if weight=200 then rate=700
Courier "black" - for volume 2 and 3:
if weight=100 then rate=800
if weight=200 then rate=1100
if weight=300 then rate=1500
~~~ sample request and result:
Example A) With the user input:
volume=2
weight=300
output.php must generate this result:
courier "yellow" = 1200
courier "black" = 1500
Example B) With the user input:
volume=1
weight=100
output.php must generate this result:
courier "yellow" = 600
courier "blue" = 400
7. Mixed language programming: C++, C# and Perl - Visual Studio
8. Can I use perl ,write programs in perl without installing it on any computer
Hi , Can I use perl ,write programs in perl without installing it on any computer? IS there any perl online development simulator exists? Thanks, Vijayshree