Help for this page

Select Code to Download


  1. or download this
    given ($ext) {
        when (qw/jpeg jpg png/) {
    
  2. or download this
    Useless use of a constant in void context at
    
  3. or download this
    given ($ext) {
        when ( @{[ qw/jpeg jpg png/] ]} ) {