Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27
  1. #11

    Quote Originally Posted by bryanarzaga View Post
    Perl na boss, is a listing language gamit ko ana sa college boss

    kung naka mac boss, imu rana e copy daun e save as perl file mu dagan nana
    ah mao diay dili mo run sa ako browser...sige salamat

  2. #12
    Quote Originally Posted by martianboy View Post
    ah mao diay dili mo run sa ako browser...sige salamat
    mu run oi, dagan na sya sa browser

  3. #13
    Elite Member
    Join Date
    Aug 2008
    Posts
    1,053
    Blog Entries
    1
    it will run only if you have webserver install with perl as your CGI... otherwise, no chance to run that code. I assume that this is in linux/unix system #!/usr/local/bin/perl however you can set this via system environment path in case you are using Windows...

  4. #14
    oo naajud webserver, nag assume rapud ko kabalo sya boss kai naa man sya code lol

  5. #15
    Elite Member
    Join Date
    Aug 2008
    Posts
    1,053
    Blog Entries
    1
    OT nasad ta ^^

  6. #16
    Quote Originally Posted by cold_fusion View Post
    Try MsAccess.
    - Kani kay sayon ra ang maintenance ug mga adhoc reports. Kung dako ang volume sa data, puede ra man sad gihapon ni imong front-end, nya SQL ang back-end. Later on kung mag web application ka(.NET/Java), ma-access ra nimo gihapon ang database. Ang mga reports puede na nimo ma dump sa excel/word.

    - Sa User side, makahimo sad sila ug queries/reports nga wla or less programming involve.

  7. #17
    Quote Originally Posted by ChaosOrb View Post
    if you want the appropriate programming language to create account software, use the language that has access to Excel functions/lib para dili naka maglisud create ug mga functions/formula for computations.

    you can try using VB.NET or C#.net those are not obsolete, and they are quite easy to use.
    - Unsa may imong back-end/database? basin unya ug mag-kamoritsing ka sa maintenance/adhoc reports.

  8. #18
    Okey man sad ang .NET(C#) e-integrate nimo sa MS Excel or OpenOffice Excel

  9. #19
    Quote Originally Posted by MarkCuering View Post
    it will run only if you have webserver install with perl as your CGI... otherwise, no chance to run that code. I assume that this is in linux/unix system #!/usr/local/bin/perl however you can set this via system environment path in case you are using Windows...
    This is wrong. Bro martianboy, Perl can run on any system as long as it has an interpreter. Perl is often used for sysadmin or utility scripts with or without a web server.

  10. #20
    Elite Member
    Join Date
    Aug 2008
    Posts
    1,053
    Blog Entries
    1
    LOL.... read the code and understand bro... It uses webserver...
    yes, perl is quite similar to python that runs on top of interpreter... that's why I told him to set his system environment if he is running Windows platform. #!/usr/local/bin/perl is ignored under MS.

    I tested that script on my machine, and it seems it reads some cached being pass by a webserver,
    my $o;
    read(STDIN,$o,$ENV{'CONTENT_LENGTH'});

    my %o;
    for (split(/&/,$o)) {
    $_ =~ s/\+/ /g;
    my($key,$val) = split(/=/,$_,2);
    for ($key,$val) {
    $_ =~ s/%([0-9a-fA-F][0-9a-fA-F])/chr(hex($1))/ge;
    }
    $o{$key} = $val;
    }
    I went back and read the comment:

    # Install (a modified version of) this program in your webserver's cgi-bin
    die("Expecting a POST, bailing");

    Does it proved?

    how would you run that without WEBSERVER? @_@

    *** this is a copy and paste code I guess... the way he writes the recursion seems to be at advance level.

    Perl is often used for sysadmin or utility scripts with or without a web server.
    I wish you know more about perl :P

  11.    Advertisement

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

 
  1. best line to used in courting?
    By rhonex in forum "Love is..."
    Replies: 119
    Last Post: 03-24-2013, 12:07 AM
  2. Do I need a cooling pad? What is the best one to use?
    By Tsubaki in forum Computer Hardware
    Replies: 6
    Last Post: 10-19-2009, 05:30 PM
  3. need advice for the best router to use on an internet cafe
    By bawdogs in forum Networking & Internet
    Replies: 24
    Last Post: 10-14-2009, 02:34 AM
  4. DVD VIDEO MAKER - best software to use?
    By jomar_ac in forum Software & Games (Old)
    Replies: 0
    Last Post: 03-13-2008, 12:00 PM
  5. Replies: 1
    Last Post: 10-16-2005, 08:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top