Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <unistd.h>
    ...
        }
        return 0;
    }
    
  2. or download this
    my $string = "HELLO WORLD\n";
    print $string;
    
  3. or download this
    my $string = "HELLO WORLD\n";
    print $string;
    
    use Data::Dumper;
    print Dumper($string);