Help for this page

Select Code to Download


  1. or download this
    use Inline::Files;
    open STDOUT, ">";
    print "Hello, world\n";
    
  2. or download this
    use Inline::Files;
    open STDOUT, ">";
    print "hello, world\n";
    __STDOUT__
    hello, world