Changeset 12426
- Timestamp:
- 05/26/08 09:47:14 (5 years ago)
- Location:
- websites/perl-users.jp
- Files:
-
- 2 modified
-
html/nowpast.html (modified) (1 diff)
-
ttroot/nowpast.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/perl-users.jp/html/nowpast.html
r12425 r12426 123 123 124 124 <ul> 125 <li>oldtype: <code> ||=</code></li>126 <li>5.10: <code> //=</code></li>125 <li>oldtype: <code>$foo = $var unless defined $foo</code></li> 126 <li>5.10: <code>$foo //= $var</code></li> 127 127 </ul> 128 128 -
websites/perl-users.jp/ttroot/nowpast.html
r12425 r12426 74 74 ### 偽なら代入 75 75 76 * oldtype: ` ||=`77 * 5.10: ` //=`76 * oldtype: `$foo = $var unless defined $foo` 77 * 5.10: `$foo //= $var` 78 78 79 79 ### 継承
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)