Help for this page

Select Code to Download


  1. or download this
    sub article_title1 {
        shift(@text);
    ...
        } @text;
        print "# TEXT-2 = '$_'\n" for @text;
    }
    
  2. or download this
    sub article_title2 {
        shift(@text);
    ...
        }
        print "# TEXT-2 = '$_'\n" for @text;
    }