Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    for my $line (split/(?m)\n(?=$)/, $s) {
        say '<' . $line . '>';    
    }
    
  2. or download this
    C:\Old_Data\perlp>perl test3.pl
    <int t; //variable t
    ...
    printf("\nEnter the Employee Name : ");
    scanf("%s", ptr->name);
    return 0;>